body {
  line-height: 1.6;
  overflow-x: hidden;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline
}

p {
  word-break: break-all;
}


.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
  color: #fff;
}



ol,
ul {
  list-style: none
}

@font-face {
  font-family: 'PuHuiTi';
  src: url(/assets/fonts/Alibaba-PuHuiTi-Regular.otf);
}


.fl {
  float: left;
}

.fr {
  float: right;
}

.fcw {
  color: #fff !important;
}

.fcw08 {
  color: #f4f4f4 !important;
}

.fcb {
  color: #333 !important;
}

.fwb {
  font-weight: bold;
}

.m0 {
  margin: 0 !important;
}

.textcap {
  text-transform: capitalize;
}

.img>img {
  width: 100%;
}

.img>p>img {
  width: 100%;
}

.container-fluid {
  padding: 0 60px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* .container {
  width: 1200px;
  max-width: 1200px;
} */

@media screen and (min-width: 1700px) {
  .container {
    width: 1600px;
    max-width: 1600px;
  }
}

@media screen and (max-width: 1700px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {

  .container-fluid,
  .container,
  .companybigbox {
    width: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 640px) {

  .container-fluid,
  .container,
  .companybigbox {
    width: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 550px) {

  .container-fluid,
  .container,
  .companybigbox {
    width: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

/*滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #c9cfd9;
}

/* end */
/* 隐藏video 全屏按钮 */
.video::-webkit-media-controls-fullscreen-button {
  display: none;
}

/* 隐藏video 播放按钮 */
.video::-webkit-media-controls-play-button {
  display: none;
}

/* 隐藏video 进度条 */
.video::-webkit-media-controls-timeline {
  display: none;
}

/* 隐藏video 观看的当前时间 */
.video::-webkit-media-controls-current-time-display {
  display: none;
}

/* 隐藏video 剩余时间 */


/* 搜索样式 */

.search {
  display: flex;
  align-items: center;
  width: 180px;
  border-radius: 20px;
  border: 1px solid #FFF;
  height: 40px;
}

.search input {
  background: #fff0;
  outline: aliceblue;
  padding: 0 20px;
  height: 32px;
  width: 125px;
}

.search button {
  width: 55px;
  height: 20px;
  background: #fff0;
  border-left: 1px solid #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search button img {
  width: 100%;
}

input:-internal-autofill-selected {
  background-color: #fff0;
}

.search input:focus-visible {
  border: 0;
  box-shadow: 0 0 0;
}